home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ktgcst.cst / 00090_Script_LOOSEEXIT < prev    next >
Text File  |  1998-09-28  |  176b  |  14 lines

  1. -- closes the popup window
  2. global gExit
  3. on LooseExit
  4.   if gExit = (window "ExitMenu") then
  5.     Close gExit
  6.     Forget gExit
  7.     Set gExit = Empty
  8.   end if
  9. end
  10.  
  11.  
  12.  
  13.  
  14.